home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
math
/
cephes22
/
eigen
/
eigasm.bat
< prev
next >
Wrap
DOS Batch File
|
1992-11-16
|
192b
|
9 lines
indVesaMode(xsize,ysize,24);
END;
IF mode = 0 THEN BEGIN
WriteLn('No such mode could be found !');
WriteLn('Switching to to 320x200.');
ReadKey;
mode := V320x200x256;
END;
E